Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix too deep subdirectories in XP VS build release #4626

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

maron2000
Copy link
Contributor

The release portable VS build package for Windows XP somehow packed the directory structure in absolute path resulting that the files are saved in a deep subdirectory.
This PR changes it to relative path so you don't have to dig in the directories to find the executable.

The nightly build package is okay, and is not affected by this PR.

Fixes #4625

@joncampbell123 joncampbell123 merged commit 65dc43a into joncampbell123:master Nov 22, 2023
17 checks passed
@maron2000 maron2000 deleted the xp_fix branch December 12, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XP builds have 4 levels deep path
2 participants